home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / daymisckit_proj / Examples / DAYLockFile / ReadMe < prev   
Text File  |  1995-06-12  |  409b  |  11 lines

  1.  
  2. WHAT'S HERE:
  3.  
  4. A simple test program is provided which demonstrates how to use the object
  5. and tests a few of the basic features.  To compile the test program
  6. LockFileTest.m, type:  (assuming daymisckit is installed properly)
  7.  
  8. cc -O -Wall -o LockFileTest LockFileTest.m -ldaymisckit -lNeXT_s
  9.  
  10. This program was used to verify proper operation of some, but not all, of
  11. the DAYLockFile methods during development.